home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PRINTER / FLOCHRT.ARJ / HARD.BAT < prev    next >
DOS Batch File  |  1991-03-19  |  845b  |  38 lines

  1. echo off
  2. cls
  3. echo UNPACK ROUTINE - HARD DRIVE SYSTEMS
  4. echo ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  5. echo Have you made a backup copy of your original Micro Star disk yet?
  6. echo"
  7. echo This batch file will unpack the necessary files into the \FLODRAW
  8. echo subdirectory on your C: drive.
  9. echo"
  10. echo Press 'Y' to continue or 'N' to stop.
  11. ms_ask
  12. if errorlevel 2 goto continue
  13. if errorlevel 1 goto endit
  14. if errorlevel 0 goto endit
  15. goto endit
  16.  
  17. :continue
  18. cls
  19. echo Insert Micro Star disk in drive A
  20. echo"
  21. pause
  22. c:
  23. md \flodraw
  24. cd \flodraw
  25. a:disk1
  26. a:disk2
  27. cls
  28. echo Unpacking complete.
  29. echo"
  30. echo   To access the FLODRAW program type  CD \FLODRAW
  31. echo"
  32. echo To get started with the program type  FLODRAW
  33. echo        To run the demo/tutorial type  FLODRAW DEMO
  34. echo  To print out the documentation type  PRINTDOC
  35.  
  36. :endit
  37. echo"
  38.